projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b84002
)
(quail-completion): Change the message "corresponding translations" to
author
Kenichi Handa
<handa@m17n.org>
Mon, 10 Nov 2003 04:30:46 +0000
(
04:30
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 10 Nov 2003 04:30:46 +0000
(
04:30
+0000)
"corresponding characters".
lisp/international/quail.el
patch
|
blob
|
history
diff --git
a/lisp/international/quail.el
b/lisp/international/quail.el
index f1a351432bd406135b74f87ad0021c2180b29857..3451321f24a8315098107635e6f1543625b62b93 100644
(file)
--- a/
lisp/international/quail.el
+++ b/
lisp/international/quail.el
@@
-2109,7
+2109,7
@@
are shown (at most to the depth specified `quail-completion-max-depth')."
(scroll-other-window)))
(setq quail-current-key key)
(erase-buffer)
- (insert "Possible completion and corresponding
translation
s are:\n")
+ (insert "Possible completion and corresponding
character
s are:\n")
(quail-completion-1 key map 1)
(goto-char (point-min))
(display-buffer (current-buffer))